toggle menu
ly.img:engine
androidJvm
switch theme
search in API
ly.img:engine
/
ly.img.engine
/
DesignBlockEvent
Design
Block
Event
data
class
DesignBlockEvent
(
val
block
:
DesignBlock
,
val
type
:
DesignBlockEvent.Type
)
Members
Constructors
Design
Block
Event
Link copied to clipboard
constructor
(
block
:
DesignBlock
,
type
:
DesignBlockEvent.Type
)
Types
Type
Link copied to clipboard
enum
Type
:
Enum
<
DesignBlockEvent.Type
>
Properties
block
Link copied to clipboard
val
block
:
DesignBlock
Design block that was changed.
type
Link copied to clipboard
val
type
:
DesignBlockEvent.Type
Type of change: one of CREATED, UPDATED, DESTROYED